CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - shortest path genetic

搜索资源列表

  1. pathing-planning-GA

    0下载:
  2. 用遗传算法实现对机器人的路径规划,取各障碍物顶点连线的中点为路径点,相互连接各路径点,将机器人移动的起点和终点限制在各路径点上,利用最短路径算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径。-Robot path planning using genetic algorithms, taking the midpoint of each obstacle vertex path points interconnected path the robot to move the star
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-19
    • 文件大小:67775
    • 提供者:郭美亭
  1. Genetic-algorithm-

    0下载:
  2. 遗传算法求解旅行商问题:求解12个城市最短旅游路径-Genetic algorithm to solve traveling salesman problem:Solving 12 cities the shortest travel path
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:6990
    • 提供者:ndd666666
  1. KDUANLU

    0下载:
  2. 单亲遗传算法求解k短路问题(KSP)--原创算法-Single Parent Genetic Algorithm k shortest path problem (KSP)- Original algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:18851
    • 提供者:dongxue
  1. zuiduanlujiin

    0下载:
  2. 遗传算法解决最短路径问题matlab实现-Genetic algorithm to solve the shortest path problem matlab achieve
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:241466
    • 提供者:yeluxian
  1. TSP

    0下载:
  2. 遗传算法:旅行商问题(已知城市坐标,求路过各城市的最短路径)-Genetic algorithms: the traveling salesman problem (known city coordinates, find the shortest path passing cities)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-01
    • 文件大小:1537
    • 提供者:连云
  1. Short-road

    1下载:
  2. 遗传算法解决最短路径。在matlab中实现计算和结果输出。-The genetic algorithm to solve the shortest path. Calculated and results output in matlab.
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:3157
    • 提供者:Wendy
  1. TSP

    0下载:
  2. 遗传算法解决TSP问题 所谓TSP问题(旅行商问题)即最短路径问题就是在给定的起始点S到终止点T的通路集合中,寻求距离最小的通路,这样的通路成为S点到T点的最短路径。-Genetic algorithm to solve TSP problem called TSP problem (TSP) that the shortest path problem in a given starting point S to the end point T path collection, seeki
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:65799
    • 提供者:罗顺昌
  1. chapter4-GA-TSP

    0下载:
  2. 遗传算法求TSP最短路径,非常有利于初学者学习-Genetic Algorithm for TSP shortest path, is very conducive for beginners to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:9243
    • 提供者:huangpei
  1. GA_TSP

    0下载:
  2. 基于遗传算法的TSP算法,寻找最短的遍历N个城市的路径-TSP algorithm based on genetic algorithm to find the shortest path traversal N cities
  3. 所属分类:Document

    • 发布日期:2017-04-16
    • 文件大小:9805
    • 提供者:songyi
  1. Traveling-salesman

    0下载:
  2. 旅行商问题:全国省会二维坐标如图30所示,基于遗传算法设计从黑龙江到西藏,并遍历全国各省会(每个省会只经过一次)的最短路径-Traveling salesman problem: two-dimensional coordinates of the national capital as shown in Figure 30, based on genetic algorithm design from Heilongjiang to Tibet and traverse the provinc
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3290
    • 提供者:郑威
  1. Short-road

    1下载:
  2. 基于遗传算法的解决两点之间最短路径问题(有向权值图最短路径问题)-Based on the shortest path between a genetic algorithm to solve the problem of two (shortest path problem to the weight chart)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:7157
    • 提供者:孙傲
  1. MoJavaProject

    0下载:
  2. JAVA+MO(for JAVA)开发的基于遗传算法的最短路径源代码,需要把JBuilder2006中的Lib包和MO中的LIB包打进来,才能运行-JAVA+ MO (for JAVA) based on genetic algorithms developed by the shortest path to the source code, you need to put the Lib JBuilder2006 packages and MO in LIB package to play i
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1324484
    • 提供者:涂小燕
  1. tsp

    0下载:
  2. 用遗传算法求解旅行商问题,输出最短路径的最短路径长度。-Genetic Algorithm for Traveling Salesman problem, the output shortest path length of the shortest path.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2262
    • 提供者:千羽寻叶
  1. GATSP

    0下载:
  2. 遗传算法中的的旅行家算法的代码,实现寻找最短路径的功能,输入在程序内部进行,以二维数组的形式表示-Genetic algorithms traveler algorithm code to achieve Find the shortest path, enter the internal procedures, expressed in the form of a two-dimensional array
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2816
    • 提供者:LTL
  1. daima

    0下载:
  2. 基于遗传算法的最短路径路由优化算法用MATLAB实现-The shortest path routing optimization algorithm based on genetic algorithms using MATLAB
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:4435
    • 提供者:王研
  1. network

    0下载:
  2. 遗传神经网络与基于带宽剩余率的脉冲耦合神经网络最短路径的算法分析-Genetic analysis of algorithms based on neural networks and pulse coupled neural network shortest path bandwidth is the rate of surplus
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:591717
    • 提供者:ashley yang
  1. lvxingshang.java

    0下载:
  2. 用java语言开发基于遗传算法理论的旅行商最短路径问题,包含遗传算法的常用基本理论。-The basic theory of common java language development based on the traveling salesman problem based on genetic theory shortest path algorithms, including genetic algorithm.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-30
    • 文件大小:1668
    • 提供者:毕艳亮
  1. Ga-tsp

    7下载:
  2. 遗传算法tsp问题 针对题目中物流配送路径优化问题,本文引入0-1规划思想,建立了带约束条件的物流配送问题的数学模型。求解时,引入遗传算法的编码方式,并针对分区数与客户数量相差较小的情况,灵活运用分区配送算法确定包含最优解的分区序列组,紧密结合枚举法使得其算法兼顾简单、快速的优点。应用Matlab软件可执行得到最短路径。兼顾时间因素导致的复杂影响,我们引入了惩罚函数,并通过设定惩罚系数,进一步由最短路径求得最优路径。-Genetic algorithm tsp problem of logist
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-31
    • 文件大小:185344
    • 提供者:
  1. Short-road

    1下载:
  2. 基于遗传算法的路径最优方法,来寻找最短的路径,使用matlab编写,注释详细-Optimal path method based on genetic algorithm, to find the shortest path, using matlab, annotation in detail
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3189
    • 提供者:JIM
  1. yichuansuanfa

    0下载:
  2. 一个遗传算法解决最短路径的算法,可以运行,可参考垃圾收运的质料学校-A genetic algorithm to solve the shortest path algorithm, can run, refer to the material that the garbage collector
  3. 所属分类:assembly language

    • 发布日期:2017-04-25
    • 文件大小:7755
    • 提供者:胡泽
« 1 2 34 »
搜珍网 www.dssz.com